﻿2026-07-22T17:46:42.1481544Z ##[group]Run actions/checkout@v5
2026-07-22T17:46:42.1482069Z with:
2026-07-22T17:46:42.1482339Z   fetch-depth: 0
2026-07-22T17:46:42.1482680Z   repository: BigscreenVR/spt-bs-core
2026-07-22T17:46:42.1485339Z   token: ***
2026-07-22T17:46:42.1485629Z   ssh-strict: true
2026-07-22T17:46:42.1485949Z   ssh-user: git
2026-07-22T17:46:42.1486239Z   persist-credentials: true
2026-07-22T17:46:42.1486548Z   clean: true
2026-07-22T17:46:42.1486872Z   sparse-checkout-cone-mode: true
2026-07-22T17:46:42.1487208Z   fetch-tags: false
2026-07-22T17:46:42.1487519Z   show-progress: true
2026-07-22T17:46:42.1487822Z   lfs: false
2026-07-22T17:46:42.1488139Z   submodules: false
2026-07-22T17:46:42.1488436Z   set-safe-directory: true
2026-07-22T17:46:42.1488788Z   allow-unsafe-pr-checkout: false
2026-07-22T17:46:42.1489135Z ##[endgroup]
2026-07-22T17:46:42.3251490Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T17:46:42.3252679Z ##[group]Getting Git version info
2026-07-22T17:46:42.3253187Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T17:46:42.3512230Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T17:46:42.3750395Z git version 2.43.0.windows.1
2026-07-22T17:46:42.3773785Z ##[endgroup]
2026-07-22T17:46:42.3781681Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\dc8ee651-127b-4e06-a953-0d33c3e4d2ba\.gitconfig'
2026-07-22T17:46:42.3794684Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\dc8ee651-127b-4e06-a953-0d33c3e4d2ba' before making global git config changes
2026-07-22T17:46:42.3795651Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T17:46:42.3799832Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T17:46:42.5084722Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T17:46:42.5297356Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:46:42.5323927Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T17:46:42.5328444Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T17:46:42.5561823Z HEAD
2026-07-22T17:46:42.5831120Z ##[endgroup]
2026-07-22T17:46:42.5835284Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T17:46:43.1807817Z ##[group]Cleaning the repository
2026-07-22T17:46:43.1811906Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T17:46:53.4912215Z Removing target/
2026-07-22T17:46:53.4944282Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T17:46:53.5887736Z HEAD is now at fdf0ac72 Merge a2c1dbb201da548917103ac1d595c388cf8347d5 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:46:53.5917143Z ##[endgroup]
2026-07-22T17:46:53.5922142Z ##[group]Disabling automatic garbage collection
2026-07-22T17:46:53.5930338Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T17:46:53.6228714Z ##[endgroup]
2026-07-22T17:46:53.6229221Z ##[group]Setting up auth
2026-07-22T17:46:53.6235429Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T17:46:53.6469486Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T17:46:54.1126217Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T17:46:54.1367699Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T17:46:54.6386178Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T17:46:54.6618608Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T17:46:55.2744122Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T17:46:55.3060894Z ##[endgroup]
2026-07-22T17:46:55.3061386Z ##[group]Fetching the repository
2026-07-22T17:46:55.3068092Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +fdf0ac72b3074b3232c352804d8afcb19d3e84e1:refs/remotes/pull/60/merge
2026-07-22T17:46:56.1804625Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:46:56.1805143Z    876aba3e..a2c1dbb2  build/daemon-lifecycle-w3 -> origin/build/daemon-lifecycle-w3
2026-07-22T17:46:56.1948143Z ##[endgroup]
2026-07-22T17:46:56.1948751Z ##[group]Determining the checkout info
2026-07-22T17:46:56.1949191Z ##[endgroup]
2026-07-22T17:46:56.1953974Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T17:46:56.2243978Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T17:46:56.2488171Z ##[group]Checking out the ref
2026-07-22T17:46:56.2488606Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/60/merge
2026-07-22T17:46:56.2881562Z HEAD is now at fdf0ac72 Merge a2c1dbb201da548917103ac1d595c388cf8347d5 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:46:56.2900900Z ##[endgroup]
2026-07-22T17:46:56.3163993Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T17:46:56.3397647Z fdf0ac72b3074b3232c352804d8afcb19d3e84e1
